Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.BridgeMessageCommand

Packages that use BridgeMessageCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of BridgeMessageCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type BridgeMessageCommand
 java.lang.Object IConversationCommandVisitor.visitBridgeMessage(BridgeMessageCommand transferMessageCommand)
          Called when this visitor is passed to a bridge message command instance.
 

Uses of BridgeMessageCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type BridgeMessageCommand
protected  IDocument AbstractPlatform.renderBridgeMessage(ILinkFactory links, BridgeMessageCommand bridgeMessageCommand)
          Renders a bridge message to the user.
 

Uses of BridgeMessageCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type BridgeMessageCommand
protected  IDocument VoicePlatform.renderBridgeMessage(ILinkFactory links, BridgeMessageCommand bridgeMessageCommand)